Welcome![Sign In][Sign Up]
Location:
Search - opengl 3d

Search list

[OpenGL programSurface.2000.6.5

Description: 用OpenGL实现鼠标控制三维坐标及其上曲面的空间旋转,可以作为编程人员的参考 -use OpenGL 3D coordinates of the mouse and the control surfaces on the space rotation, as a reference Programming
Platform: | Size: 299008 | Author: 肖永飞 | Hits:

[OpenGL programnewogl010

Description: 一个应用OpenGL制作3D实现的在屋子里移动的程序-an OpenGL 3D production achieved in the mobile house procedures
Platform: | Size: 132096 | Author: 陈大民 | Hits:

[Other Games大型3D游戏设计制作详析及源代码

Description: 大型3D游戏设计制作详析及源代码(包括设计报告、程序说明及用户手册等)-large 3D game design and production of a detailed analysis of the source code (including the design, description of the procedures and user manuals)
Platform: | Size: 1178624 | Author: 张文广 | Hits:

[OpenGL program利用OpenGL进行CAD三维图形消隐处理

Description: 利用OpenGL进行CAD三维图形消隐处理-use OpenGL for 3D CAD graphics processing blanking
Platform: | Size: 2048 | Author: 任清波 | Hits:

[OpenGL program地形模拟

Description: 用VC为编程工具,在OpenGL环境下模拟三维地形-VC for programming tools, the environment simulation OpenGL 3D terrain
Platform: | Size: 123904 | Author: 肖树才 | Hits:

[OpenGL program三维动态地形模拟

Description: 用VC在OpenGL环境下动态模拟三维地形的生成-VC environment in OpenGL 3D Dynamic Simulation Terrain Generation
Platform: | Size: 40960 | Author: 肖树才 | Hits:

[OpenGL program关于OpenGL动态立体势生成的一些源码

Description: 一些关于OpenGL的动态立体势生成的源码-some of the OpenGL 3D dynamic potential source of generation
Platform: | Size: 1258496 | Author: | Hits:

[OpenGL program3D引擎

Description: 别误会呀,是高中时的作品,用三角函数实现3D图形的显示,不过跟OpenGL和D3D一点关系也没有,只是三角函数的应用-other misunderstood it, is a high school works with trigonometry 3D graphics, But with OpenGL and D3D 1:00 relations has merely trigonometry Application
Platform: | Size: 83968 | Author: 张心海 | Hits:

[OpenGL program操作平台1-源程序+md2版本2

Description: 《学OpenGL编3D游戏》书中代码的修改-"study series OpenGL 3D games," the revised code book
Platform: | Size: 2771968 | Author: 宝宝 | Hits:

[OpenGL programbilliards

Description: 一个很好的OpenGL游戏画面显示程序, 3D游戏开发者一定要看-a good game footage showed OpenGL procedures, 3D game developers must look at the
Platform: | Size: 1012736 | Author: feng | Hits:

[OpenGL programstarfighter

Description: OPENGL 3D游戏源码,有兴趣的可以下载好好研究研究,上传就是要我说太多的废话,看源代码是最佳方式。-OpenGL 3D gaming source, are interested can download a good studies, Uploading is to me that too many of rubbish to see the source code is the best form.
Platform: | Size: 88064 | Author: 刘坤 | Hits:

[OpenGL programxuanzhuanwenzi

Description: 在OpenGL中显示三维文字,点击旋转还可以旋转 -in OpenGL 3D display text, it can also rotating rotation
Platform: | Size: 35840 | Author: 王瑜 | Hits:

[OpenGL program3D_world

Description: 演示如何使用OpenGL建立一个游戏中的三维世界。使用上下左右方向键在其中前进、后退、左移、右移,使用鼠标左转、右转、上看、下看。(注意:需要解压到c:\windows\desktop,否则贴图不能正常显示,你可以很简单的修正此bug)-demonstrate how to use the OpenGL establishment of a 3D game world. Using the up and down about the direction in which the key forward, backward, the left and death, the use of the mouse to turn left, turn right, perspective, we look at. (Note : the need to extract c : \ windows \ desktop, otherwise normal mapping, you can be a simple amendment to this bug)
Platform: | Size: 207872 | Author: 李建 | Hits:

[OpenGL programWheel

Description: 利用SolidWorks画出轮子模型,然后利用软件3DWin转化成数据,然后利用OPenGL三维显示出来,很经典-use SolidWorks paint wheel model, and then using the software 3DWin into data, and then using the OpenGL 3D display and the classic
Platform: | Size: 2678784 | Author: 和永智 | Hits:

[OpenGL programthreedmesh

Description: 为了实现图像处理的需要,实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的初始化的文档很多,在这里我就不多说了,感兴趣的读者可以参考有关的文档。在DrawScene函数中调用全局函数GLDraw3DBMP完成绘图部分。 编译源代码时,必须把opengl32.lib glu32.lib链到工程中。 可以通过对话框改变材质。按上下箭头键可以实现三维图像的绕x轴旋转,按左右箭头键可以实现三维图像绕z轴旋转。 本代码在Windows2000下编译通过。-image processing in order to achieve the necessary two-dimensional realization of the three-dimensional images, then wrote the code, with the readers are interested in sharing. Image Access First bmp image files, two from the clipboard. The MFC code Calling OpenGL library functions to achieve the three-dimensional two-dimensional image display, image width, height and pixel brightness of the three-dimensional space x, z, y coordinates. Main initialization procedures, mapping, the release of resources and operation, the function of these documents OGL_MFCView.cpp achieve. OpenGL library initialization of the documents, the OnCreate, InitScene DrawScene function and the realization of the main initialization OpenGL runtime environment variables, 3D objects light, material, and as such introd
Platform: | Size: 105472 | Author: 周立 | Hits:

[Graph Drawing3dsurf

Description: 这是人有关3d的曲面绘制 ,用Visual c++编程 实现。-That is the surface of 3d rendering, c Visual Programming.
Platform: | Size: 76800 | Author: 陈智 | Hits:

[OpenGL programVisualC++OpenGLDirectX

Description: Visual C++ OpenGL DirectX 三维动画编程宝典源代码-Visual C DirectX OpenGL 3D animation programming source code book
Platform: | Size: 1844224 | Author: t | Hits:

[OpenGL programVisualC++OpenGLDirectX

Description: [Visual C++ OpenGL DirectX 三维动画编程宝典][CH]-[Visual C OpenGL 3D animation programming DirectX book] [CH]
Platform: | Size: 9696256 | Author: t | Hits:

[OpenGL programReadDXF.doc

Description: OpenGL是美国SGI公司最新推出的一套开放式的三维图形软件接口,适用于广泛的计算机环境,从个人计算机到工作站,OpenGL都能实现高性能的三维图形功能。OpenGL本身不仅提供对简单图元的操作和控制,还提供了许多函数用于复杂物体的建模。但是,我们通常喜欢使用AutoCAD和3DS及3Dmax等工具来建立模型,并且我们已经有了很多这样的模型,那么我们如何才能资源共享,避免重复劳动呢?利用CAD图形标准数据交换格式—DXF格式,我们就能很容易地实现资源共享,而不需要重复建模。 -SGI OpenGL is the company's new open-3D graphics software interface, applied to a wide range of computing environments, from the personal computer workstations, can achieve high-performance OpenGL 3D graphics capabilities. OpenGL itself not only provide simple graph yuan to the operation and control, but also provides many functions for complex object modeling. However, we usually prefer to use AutoCAD and 3DS max and tools to build models, and we have many such models, then how can we share resources and avoid duplication of work? CAD graphics standard data exchange format- DXF format, we can easily share resources, without the need to repeat modeling.
Platform: | Size: 59392 | Author: 孙长叹 | Hits:

[Other Gamesablazeballsrc

Description: 此为一款用vc和opengl编写的3d游戏。粒子系统作的尤其漂亮。非常的cool.-for this new and used vc opengl prepared by the 3d games. Particle system for the particular good. Very cool.
Platform: | Size: 4439040 | Author: 崔琼文 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net